Conversation
|
I guess we can move to Can you update the lockfiles included in this crate? You can run |
done |
|
Thanks! Can you also update the Finally, can I ask that you break this into three commits:
So that we can see the lockfile changes for each one? |
done |
|
I edited your PR description and title, hope you don't mind. |
|
I can investigate your CI fail later on today if you like. I'm surprised to see it with these small changes. |
|
Oh there are re-names that need doing in the docs e.g., |
Kixunil
left a comment
There was a problem hiding this comment.
I believe the last commit needs to be merged with the one updating rand.
|
|
||
| hashes = { package = "bitcoin_hashes", version = "0.16", default-features = false, optional = true } | ||
| rand = { version = "0.9", default-features = false, optional = true } | ||
| rand = { version = "0.9", default-features = false, features = ["thread_rng"], optional = true } |
There was a problem hiding this comment.
I don't object to his but long term it'd be cool to propagate the feature.
|
In this github ci , only two failed, but it does not matter with this repo code. |
|
@getong we have additional policy that each commit separately must pass tests. This is (currently) not checked by Github but @apoelstra has his own CI where he tests it. |
|
The WASM error I think isn't related to this, but the other CI failure is because you're enabling the std feature of |
I try to add std feature to getrandom, but ci test still failed. So I delete std feature of getrandom. |
|
Unfortunately you need to explicitly disable it with |
| secp256k1-sys = { version = "0.11.0", default-features = false, path = "./secp256k1-sys" } | ||
|
|
||
| hashes = { package = "bitcoin_hashes", version = "0.14", default-features = false, optional = true } | ||
| hashes = { package = "bitcoin_hashes", version = "0.16", default-features = false, optional = true } |
There was a problem hiding this comment.
Hashes has been removed IIRC.
|
|
Update dependencies: